home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / hello1_3.lha / hello-1.3 / hello.info (.txt) < prev    next >
GNU Info File  |  1993-05-22  |  25KB  |  437 lines

  1. This is Info file hello.info, produced by Makeinfo-1.55 from the input
  2. file ./hello.texi.
  3.    This file documents the the GNU `hello' command for printing a
  4. greeting message.
  5.    Copyright (C) 1992, 1993 Free Software Foundation, Inc.
  6.    Permission is granted to make and distribute verbatim copies of this
  7. manual provided the copyright notice and this permission notice are
  8. preserved on all copies.
  9.    Permission is granted to copy and distribute modified versions of
  10. this manual under the conditions for verbatim copying, provided that
  11. the entire resulting derived work is distributed under the terms of a
  12. permission notice identical to this one.
  13.    Permission is granted to copy and distribute translations of this
  14. manual into another language, under the above conditions for modified
  15. versions, except that this permission notice may be stated in a
  16. translation approved by the Foundation.
  17. File: hello.info,  Node: Top,  Up: (dir)
  18.    This file documents the the GNU `hello' command to print a greeting
  19. message.
  20. * Menu:
  21. * Instructions::    How to read this manual.
  22. * Copying::        How you can copy and share `hello'.
  23. * Overview::        Preliminary information.
  24. * Sample::        Sample output from `hello'.
  25. * Invoking hello::    How to run `hello'.
  26. * Problems::        Reporting bugs.
  27. * Concept Index::    Index of concepts.
  28. File: hello.info,  Node: Instructions,  Next: Copying,  Up: Top
  29. How to Read This Manual
  30. ***********************
  31.    To read this manual, begin at the beginning, reading from left to
  32. right and top to bottom, until you get to the end.  Then stop.  You may
  33. pause for a beer anywhere in the middle as well, if you wish.  (Please
  34. note, however, that The King strongly advises against heavy use of
  35. prescription pharmaceuticals, based on his extensive personal and
  36. professional experience.)
  37. File: hello.info,  Node: Copying,  Next: Overview,  Prev: Instructions,  Up: Top
  38. GNU GENERAL PUBLIC LICENSE
  39. **************************
  40.                          Version 2, June 1991
  41.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  42.      675 Mass Ave, Cambridge, MA 02139, USA
  43.      
  44.      Everyone is permitted to copy and distribute verbatim copies
  45.      of this license document, but changing it is not allowed.
  46. Preamble
  47. ========
  48.    The licenses for most software are designed to take away your
  49. freedom to share and change it.  By contrast, the GNU General Public
  50. License is intended to guarantee your freedom to share and change free
  51. software--to make sure the software is free for all its users.  This
  52. General Public License applies to most of the Free Software
  53. Foundation's software and to any other program whose authors commit to
  54. using it.  (Some other Free Software Foundation software is covered by
  55. the GNU Library General Public License instead.)  You can apply it to
  56. your programs, too.
  57.    When we speak of free software, we are referring to freedom, not
  58. price.  Our General Public Licenses are designed to make sure that you
  59. have the freedom to distribute copies of free software (and charge for
  60. this service if you wish), that you receive source code or can get it
  61. if you want it, that you can change the software or use pieces of it in
  62. new free programs; and that you know you can do these things.
  63.    To protect your rights, we need to make restrictions that forbid
  64. anyone to deny you these rights or to ask you to surrender the rights.
  65. These restrictions translate to certain responsibilities for you if you
  66. distribute copies of the software, or if you modify it.
  67.    For example, if you distribute copies of such a program, whether
  68. gratis or for a fee, you must give the recipients all the rights that
  69. you have.  You must make sure that they, too, receive or can get the
  70. source code.  And you must show them these terms so they know their
  71. rights.
  72.    We protect your rights with two steps: (1) copyright the software,
  73. and (2) offer you this license which gives you legal permission to copy,
  74. distribute and/or modify the software.
  75.    Also, for each author's protection and ours, we want to make certain
  76. that everyone understands that there is no warranty for this free
  77. software.  If the software is modified by someone else and passed on, we
  78. want its recipients to know that what they have is not the original, so
  79. that any problems introduced by others will not reflect on the original
  80. authors' reputations.
  81.    Finally, any free program is threatened constantly by software
  82. patents.  We wish to avoid the danger that redistributors of a free
  83. program will individually obtain patent licenses, in effect making the
  84. program proprietary.  To prevent this, we have made it clear that any
  85. patent must be licensed for everyone's free use or not licensed at all.
  86.    The precise terms and conditions for copying, distribution and
  87. modification follow.
  88.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  89.   1. This License applies to any program or other work which contains a
  90.      notice placed by the copyright holder saying it may be distributed
  91.      under the terms of this General Public License.  The "Program",
  92.      below, refers to any such program or work, and a "work based on
  93.      the Program" means either the Program or any derivative work under
  94.      copyright law: that is to say, a work containing the Program or a
  95.      portion of it, either verbatim or with modifications and/or
  96.      translated into another language.  (Hereinafter, translation is
  97.      included without limitation in the term "modification".)  Each
  98.      licensee is addressed as "you".
  99.      Activities other than copying, distribution and modification are
  100.      not covered by this License; they are outside its scope.  The act
  101.      of running the Program is not restricted, and the output from the
  102.      Program is covered only if its contents constitute a work based on
  103.      the Program (independent of having been made by running the
  104.      Program).  Whether that is true depends on what the Program does.
  105.   2. You may copy and distribute verbatim copies of the Program's
  106.      source code as you receive it, in any medium, provided that you
  107.      conspicuously and appropriately publish on each copy an appropriate
  108.      copyright notice and disclaimer of warranty; keep intact all the
  109.      notices that refer to this License and to the absence of any
  110.      warranty; and give any other recipients of the Program a copy of
  111.      this License along with the Program.
  112.      You may charge a fee for the physical act of transferring a copy,
  113.      and you may at your option offer warranty protection in exchange
  114.      for a fee.
  115.   3. You may modify your copy or copies of the Program or any portion
  116.      of it, thus forming a work based on the Program, and copy and
  117.      distribute such modifications or work under the terms of Section 1
  118.      above, provided that you also meet all of these conditions:
  119.        a. You must cause the modified files to carry prominent notices
  120.           stating that you changed the files and the date of any change.
  121.        b. You must cause any work that you distribute or publish, that
  122.           in whole or in part contains or is derived from the Program
  123.           or any part thereof, to be licensed as a whole at no charge
  124.           to all third parties under the terms of this License.
  125.        c. If the modified program normally reads commands interactively
  126.           when run, you must cause it, when started running for such
  127.           interactive use in the most ordinary way, to print or display
  128.           an announcement including an appropriate copyright notice and
  129.           a notice that there is no warranty (or else, saying that you
  130.           provide a warranty) and that users may redistribute the
  131.           program under these conditions, and telling the user how to
  132.           view a copy of this License.  (Exception: if the Program
  133.           itself is interactive but does not normally print such an
  134.           announcement, your work based on the Program is not required
  135.           to print an announcement.)
  136.      These requirements apply to the modified work as a whole.  If
  137.      identifiable sections of that work are not derived from the
  138.      Program, and can be reasonably considered independent and separate
  139.      works in themselves, then this License, and its terms, do not
  140.      apply to those sections when you distribute them as separate
  141.      works.  But when you distribute the same sections as part of a
  142.      whole which is a work based on the Program, the distribution of
  143.      the whole must be on the terms of this License, whose permissions
  144.      for other licensees extend to the entire whole, and thus to each
  145.      and every part regardless of who wrote it.
  146.      Thus, it is not the intent of this section to claim rights or
  147.      contest your rights to work written entirely by you; rather, the
  148.      intent is to exercise the right to control the distribution of
  149.      derivative or collective works based on the Program.
  150.      In addition, mere aggregation of another work not based on the
  151.      Program with the Program (or with a work based on the Program) on
  152.      a volume of a storage or distribution medium does not bring the
  153.      other work under the scope of this License.
  154.   4. You may copy and distribute the Program (or a work based on it,
  155.      under Section 2) in object code or executable form under the terms
  156.      of Sections 1 and 2 above provided that you also do one of the
  157.      following:
  158.        a. Accompany it with the complete corresponding machine-readable
  159.           source code, which must be distributed under the terms of
  160.           Sections 1 and 2 above on a medium customarily used for
  161.           software interchange; or,
  162.        b. Accompany it with a written offer, valid for at least three
  163.           years, to give any third party, for a charge no more than your
  164.           cost of physically performing source distribution, a complete
  165.           machine-readable copy of the corresponding source code, to be
  166.           distributed under the terms of Sections 1 and 2 above on a
  167.           medium customarily used for software interchange; or,
  168.        c. Accompany it with the information you received as to the offer
  169.           to distribute corresponding source code.  (This alternative is
  170.           allowed only for noncommercial distribution and only if you
  171.           received the program in object code or executable form with
  172.           such an offer, in accord with Subsection b above.)
  173.      The source code for a work means the preferred form of the work for
  174.      making modifications to it.  For an executable work, complete
  175.      source code means all the source code for all modules it contains,
  176.      plus any associated interface definition files, plus the scripts
  177.      used to control compilation and installation of the executable.
  178.      However, as a special exception, the source code distributed need
  179.      not include anything that is normally distributed (in either
  180.      source or binary form) with the major components (compiler,
  181.      kernel, and so on) of the operating system on which the executable
  182.      runs, unless that component itself accompanies the executable.
  183.      If distribution of executable or object code is made by offering
  184.      access to copy from a designated place, then offering equivalent
  185.      access to copy the source code from the same place counts as
  186.      distribution of the source code, even though third parties are not
  187.      compelled to copy the source along with the object code.
  188.   5. You may not copy, modify, sublicense, or distribute the Program
  189.      except as expressly provided under this License.  Any attempt
  190.      otherwise to copy, modify, sublicense or distribute the Program is
  191.      void, and will automatically terminate your rights under this
  192.      License.  However, parties who have received copies, or rights,
  193.      from you under this License will not have their licenses
  194.      terminated so long as such parties remain in full compliance.
  195.   6. You are not required to accept this License, since you have not
  196.      signed it.  However, nothing else grants you permission to modify
  197.      or distribute the Program or its derivative works.  These actions
  198.      are prohibited by law if you do not accept this License.
  199.      Therefore, by modifying or distributing the Program (or any work
  200.      based on the Program), you indicate your acceptance of this
  201.      License to do so, and all its terms and conditions for copying,
  202.      distributing or modifying the Program or works based on it.
  203.   7. Each time you redistribute the Program (or any work based on the
  204.      Program), the recipient automatically receives a license from the
  205.      original licensor to copy, distribute or modify the Program
  206.      subject to these terms and conditions.  You may not impose any
  207.      further restrictions on the recipients' exercise of the rights
  208.      granted herein.  You are not responsible for enforcing compliance
  209.      by third parties to this License.
  210.   8. If, as a consequence of a court judgment or allegation of patent
  211.      infringement or for any other reason (not limited to patent
  212.      issues), conditions are imposed on you (whether by court order,
  213.      agreement or otherwise) that contradict the conditions of this
  214.      License, they do not excuse you from the conditions of this
  215.      License.  If you cannot distribute so as to satisfy simultaneously
  216.      your obligations under this License and any other pertinent
  217.      obligations, then as a consequence you may not distribute the
  218.      Program at all.  For example, if a patent license would not permit
  219.      royalty-free redistribution of the Program by all those who
  220.      receive copies directly or indirectly through you, then the only
  221.      way you could satisfy both it and this License would be to refrain
  222.      entirely from distribution of the Program.
  223.      If any portion of this section is held invalid or unenforceable
  224.      under any particular circumstance, the balance of the section is
  225.      intended to apply and the section as a whole is intended to apply
  226.      in other circumstances.
  227.      It is not the purpose of this section to induce you to infringe any
  228.      patents or other property right claims or to contest validity of
  229.      any such claims; this section has the sole purpose of protecting
  230.      the integrity of the free software distribution system, which is
  231.      implemented by public license practices.  Many people have made
  232.      generous contributions to the wide range of software distributed
  233.      through that system in reliance on consistent application of that
  234.      system; it is up to the author/donor to decide if he or she is
  235.      willing to distribute software through any other system and a
  236.      licensee cannot impose that choice.
  237.      This section is intended to make thoroughly clear what is believed
  238.      to be a consequence of the rest of this License.
  239.   9. If the distribution and/or use of the Program is restricted in
  240.      certain countries either by patents or by copyrighted interfaces,
  241.      the original copyright holder who places the Program under this
  242.      License may add an explicit geographical distribution limitation
  243.      excluding those countries, so that distribution is permitted only
  244.      in or among countries not thus excluded.  In such case, this
  245.      License incorporates the limitation as if written in the body of
  246.      this License.
  247.  10. The Free Software Foundation may publish revised and/or new
  248.      versions of the General Public License from time to time.  Such
  249.      new versions will be similar in spirit to the present version, but
  250.      may differ in detail to address new problems or concerns.
  251.      Each version is given a distinguishing version number.  If the
  252.      Program specifies a version number of this License which applies
  253.      to it and "any later version", you have the option of following
  254.      the terms and conditions either of that version or of any later
  255.      version published by the Free Software Foundation.  If the Program
  256.      does not specify a version number of this License, you may choose
  257.      any version ever published by the Free Software Foundation.
  258.  11. If you wish to incorporate parts of the Program into other free
  259.      programs whose distribution conditions are different, write to the
  260.      author to ask for permission.  For software which is copyrighted
  261.      by the Free Software Foundation, write to the Free Software
  262.      Foundation; we sometimes make exceptions for this.  Our decision
  263.      will be guided by the two goals of preserving the free status of
  264.      all derivatives of our free software and of promoting the sharing
  265.      and reuse of software generally.
  266.                                 NO WARRANTY
  267.  12. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  268.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  269.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  270.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  271.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  272.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  273.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  274.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  275.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  276.      SERVICING, REPAIR OR CORRECTION.
  277.  13. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  278.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  279.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  280.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  281.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  282.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  283.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  284.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  285.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  286.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  287.                       END OF TERMS AND CONDITIONS
  288. How to Apply These Terms to Your New Programs
  289. =============================================
  290.    If you develop a new program, and you want it to be of the greatest
  291. possible use to the public, the best way to achieve this is to make it
  292. free software which everyone can redistribute and change under these
  293. terms.
  294.    To do so, attach the following notices to the program.  It is safest
  295. to attach them to the start of each source file to most effectively
  296. convey the exclusion of warranty; and each file should have at least
  297. the "copyright" line and a pointer to where the full notice is found.
  298.      ONE LINE TO GIVE THE PROGRAM'S NAME AND AN IDEA OF WHAT IT DOES.
  299.      Copyright (C) 19YY  NAME OF AUTHOR
  300.      
  301.      This program is free software; you can redistribute it and/or
  302.      modify it under the terms of the GNU General Public License
  303.      as published by the Free Software Foundation; either version 2
  304.      of the License, or (at your option) any later version.
  305.      
  306.      This program is distributed in the hope that it will be useful,
  307.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  308.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  309.      GNU General Public License for more details.
  310.      
  311.      You should have received a copy of the GNU General Public License
  312.      along with this program; if not, write to the Free Software
  313.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  314.    Also add information on how to contact you by electronic and paper
  315. mail.
  316.    If the program is interactive, make it output a short notice like
  317. this when it starts in an interactive mode:
  318.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  319.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  320.      type `show w'.  This is free software, and you are welcome
  321.      to redistribute it under certain conditions; type `show c'
  322.      for details.
  323.    The hypothetical commands `show w' and `show c' should show the
  324. appropriate parts of the General Public License.  Of course, the
  325. commands you use may be called something other than `show w' and `show
  326. c'; they could even be mouse-clicks or menu items--whatever suits your
  327. program.
  328.    You should also get your employer (if you work as a programmer) or
  329. your school, if any, to sign a "copyright disclaimer" for the program,
  330. if necessary.  Here is a sample; alter the names:
  331.      Yoyodyne, Inc., hereby disclaims all copyright
  332.      interest in the program `Gnomovision'
  333.      (which makes passes at compilers) written
  334.      by James Hacker.
  335.      
  336.      SIGNATURE OF TY COON, 1 April 1989
  337.      Ty Coon, President of Vice
  338.    This General Public License does not permit incorporating your
  339. program into proprietary programs.  If your program is a subroutine
  340. library, you may consider it more useful to permit linking proprietary
  341. applications with the library.  If this is what you want to do, use the
  342. GNU Library General Public License instead of this License.
  343. File: hello.info,  Node: Overview,  Next: Sample,  Prev: Copying,  Up: Top
  344. Overview
  345. ********
  346.    The GNU `hello' program produces a familiar, friendly greeting.  It
  347. allows nonprogrammers to use a classic computer science tool which
  348. would otherwise be unavailable to them.  Because it is protected by the
  349. GNU General Public License, users are free to share and change it.
  350.    GNU `hello' was written by Mike Haertel, David MacKenzie,
  351. Jan Brittenson, Charles Hannum, Roland McGrath, Noah Friedman, and
  352. The King.
  353. File: hello.info,  Node: Sample,  Next: Invoking hello,  Prev: Overview,  Up: Top
  354. Sample Output
  355. *************
  356.    Here are some realistic examples of running GNU `hello'.
  357.    This is the output of the command `hello':
  358.      Hello, world!
  359.    This is the output of the command `hello --help':
  360.      This is GNU Hello, THE greeting printing program.
  361.      Usage: hello [-htvm] [--help] [--traditional] [--version] [--mail]
  362.        -h, --help                    Print a summary of the options
  363.        -t, --traditional             Use traditional greeting format
  364.        -v, --version                 Print the version number
  365.        -m, --mail                    Print your mail
  366.    This is the output of the command `hello --traditional':
  367.      hello, world
  368. File: hello.info,  Node: Invoking hello,  Next: Problems,  Prev: Sample,  Up: Top
  369. Invoking `hello'
  370. ****************
  371.    The format for running the `hello' program is:
  372.      hello OPTION ...
  373.    `hello' supports the following options:
  374. `--help'
  375.      Print an informative help message describing the options and then
  376.      exit.
  377. `--version'
  378.      Print the version number of `hello' on the standard error output
  379.      and then exit.
  380. `--traditional'
  381.      Use the traditional greeting message `hello, world' rather than
  382.      the more modern `Hello, world!'.
  383. `--mail'
  384.      Print your mail on the standard output.
  385. File: hello.info,  Node: Problems,  Next: Concept Index,  Prev: Invoking hello,  Up: Top
  386. Reporting Bugs
  387. **************
  388.    If you find a bug in GNU `hello', please send electronic mail to
  389. `bug-gnu-hello@prep.ai.mit.edu'.  Include the version number, which you
  390. can find by running `hello --version'.  Also include in your message
  391. the output that the program produced and the output you expected.
  392.    If you have other questions, comments or suggestions about GNU
  393. `hello', contact The King via electronic mail to
  394. `elvis@graceland.gnu.ai.mit.edu'.  The King will try to help you out,
  395. although he may not have time to fix your problems.
  396. File: hello.info,  Node: Concept Index,  Prev: Problems,  Up: Top
  397. Concept Index
  398. *************
  399. * Menu:
  400. * bugs:                                 Problems.
  401. * creature, feeping:                    Invoking hello.
  402. * creeping feature:                     Invoking hello.
  403. * feature, creeping:                    Invoking hello.
  404. * feeping creature:                     Invoking hello.
  405. * getting help:                         Invoking hello.
  406. * greetings:                            Overview.
  407. * help:                                 Invoking hello.
  408. * how to read:                          Instructions.
  409. * invoking:                             Invoking hello.
  410. * mail:                                 Invoking hello.
  411. * manual, how to read:                  Instructions.
  412. * modern:                               Invoking hello.
  413. * options:                              Invoking hello.
  414. * overview:                             Overview.
  415. * problems:                             Problems.
  416. * reading:                              Instructions.
  417. * sample:                               Sample.
  418. * tail recursion:                       Concept Index.
  419. * traditional:                          Invoking hello.
  420. * usage:                                Invoking hello.
  421. * version:                              Invoking hello.
  422. Tag Table:
  423. Node: Top
  424. Node: Instructions
  425. Node: Copying
  426. Node: Overview
  427. 20956
  428. Node: Sample
  429. 21470
  430. Node: Invoking hello
  431. 22226
  432. Node: Problems
  433. 22858
  434. Node: Concept Index
  435. 23495
  436. End Tag Table
  437.